Html Css Color HEX #CB413F Persian Red

📋 copy color: '#CB413F'

red 203 ◦ green 65 ◦ blue 63

#CB413F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Red #CB413F

Tints of Persian Red #CB413F

RGB

 RED value IS 203 (79.69% from 255) = 61.33%

 GREEN value IS 65 (25.78% from 255) = 19.64%

 BLUE value IS 63 (25% from 255) = 19.03%

R = 61.33%
G = 19.64%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.69

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CB413F (or 0xCB413F) is known color: Persian Red. HEX triplet: CB, 41 and 3F. RGB value is (203,65,63). Sum of RGB (Red+Green+Blue) = 203+65+63=331 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.33% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 63 (25% from 255 or 19.03% from 331); Max value from RGB is 203 - color contains mainly: red. Hex color #CB413F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB413F is #34BEC0. Grayscale: #6A6A6A. Windows color (decimal): -3456705 or 4145611. OLE color: 4145611.

HSL color Cylindrical-coordinate representation of color #CB413F: hue angle of 0.86º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB413F is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 65 63 -
CMYK 0 0.68 0.69 0.20
HSL 0.86º 0.57% 0.52% -
HSV(B) 0.86º 0.69% 0.8% -
XYZ 27.42 16.84 6.51 -
YUV 106.03 103.72 197.16 -
System Red Green Blue C M Y K H S L
Decimal 203 65 63 0 0.68 0.69 0.20 0.86 0.57 0.52
Hex CB 41 3F 0 44 45 14 1 39 34
Octal 313 101 77 0 104 105 24 1 71 64
Binary 11001011 1000001 111111 0 1000100 1000101 10100 1 111001 110100

Color Harmonies of #CB413F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB413F

Black with #CB413F

Text Example


Text Example

White with #CB413F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB413F; }

 p { color: rgb(203,65,63); }

 H1.HeaderClassName
 {
   color: #CB413F;
 }
 .AnyTagClassName
 {
   color: #CB413F;
 }
</style>

background-color css

<style>
 a { background-color: #CB413F; }

 a { background-color: rgb(203,65,63); }

 div.DivClassName
 {
   background-color: #CB413F;
 }
 .BgClassName
 {
   background-color: #CB413F;
 }
</style>

border-color css

<style>
 span { border-color: #CB413F; }

 span { border-color: rgb(203,65,63); }

 td.TdClassName
 {
   border-color: #CB413F;
 }
 .TagClassName
 {
   border-color: #CB413F;
 }
</style>