Html Css Color HEX #CB402E Persian Red

📋 copy color: '#CB402E'

red 203 ◦ green 64 ◦ blue 46

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

Shades of Persian Red #CB402E

Tints of Persian Red #CB402E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.45%

 BLUE value IS 46 (18.36% from 255) = 14.7%

R = 64.86%
G = 20.45%
B = 14.7%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CB402E (or 0xCB402E) is known color: Persian Red. HEX triplet: CB, 40 and 2E. RGB value is (203,64,46). Sum of RGB (Red+Green+Blue) = 203+64+46=313 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.86% from 313); Green value is 64 (25.39% from 255 or 20.45% from 313); Blue value is 46 (18.36% from 255 or 14.70% from 313); Max value from RGB is 203 - color contains mainly: red. Hex color #CB402E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB402E is #34BFD1. Grayscale: #676767. Windows color (decimal): -3456978 or 3031243. OLE color: 3031243.

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

Color convert

RGB 203 64 46 -
CMYK 0 0.68 0.77 0.20
HSL 6.88º 0.63% 0.49% -
HSV(B) 6.88º 0.77% 0.8% -
XYZ 26.96 16.56 4.36 -
YUV 103.51 95.55 198.96 -
System Red Green Blue C M Y K H S L
Decimal 203 64 46 0 0.68 0.77 0.20 6.88 0.63 0.49
Hex CB 40 2E 0 44 4D 14 7 3F 31
Octal 313 100 56 0 104 115 24 7 77 61
Binary 11001011 1000000 101110 0 1000100 1001101 10100 111 111111 110001

Color Harmonies of #CB402E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB402E

Black with #CB402E

Text Example


Text Example

White with #CB402E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB402E; }

 p { color: rgb(203,64,46); }

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

background-color css

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

 a { background-color: rgb(203,64,46); }

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

border-color css

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

 span { border-color: rgb(203,64,46); }

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