Html Css Color HEX #CB423B Persian Red

📋 copy color: '#CB423B'

red 203 ◦ green 66 ◦ blue 59

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

Shades of Persian Red #CB423B

Tints of Persian Red #CB423B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.12%

 BLUE value IS 59 (23.44% from 255) = 17.99%

R = 61.89%
G = 20.12%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CB423B (or 0xCB423B) is known color: Persian Red. HEX triplet: CB, 42 and 3B. RGB value is (203,66,59). Sum of RGB (Red+Green+Blue) = 203+66+59=328 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.89% from 328); Green value is 66 (26.17% from 255 or 20.12% from 328); Blue value is 59 (23.44% from 255 or 17.99% from 328); Max value from RGB is 203 - color contains mainly: red. Hex color #CB423B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB423B is #34BDC4. Grayscale: #6A6A6A. Windows color (decimal): -3456453 or 3883723. OLE color: 3883723.

HSL color Cylindrical-coordinate representation of color #CB423B: hue angle of 2.92º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB423B is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 66 59 -
CMYK 0 0.67 0.71 0.20
HSL 2.92º 0.58% 0.51% -
HSV(B) 2.92º 0.71% 0.8% -
XYZ 27.37 16.91 5.96 -
YUV 106.17 101.39 197.07 -
System Red Green Blue C M Y K H S L
Decimal 203 66 59 0 0.67 0.71 0.20 2.92 0.58 0.51
Hex CB 42 3B 0 43 47 14 3 3A 33
Octal 313 102 73 0 103 107 24 3 72 63
Binary 11001011 1000010 111011 0 1000011 1000111 10100 11 111010 110011

Color Harmonies of #CB423B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB423B

Black with #CB423B

Text Example


Text Example

White with #CB423B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB423B; }

 p { color: rgb(203,66,59); }

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

background-color css

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

 a { background-color: rgb(203,66,59); }

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

border-color css

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

 span { border-color: rgb(203,66,59); }

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