Html Css Color HEX #CB423C Persian Red

📋 copy color: '#CB423C'

red 203 ◦ green 66 ◦ blue 60

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

Shades of Persian Red #CB423C

Tints of Persian Red #CB423C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.24%

R = 61.7%
G = 20.06%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CB423C (or 0xCB423C) is known color: Persian Red. HEX triplet: CB, 42 and 3C. RGB value is (203,66,60). Sum of RGB (Red+Green+Blue) = 203+66+60=329 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.70% from 329); Green value is 66 (26.17% from 255 or 20.06% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 203 - color contains mainly: red. Hex color #CB423C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB423C is #34BDC3. Grayscale: #6A6A6A. Windows color (decimal): -3456452 or 3949259. OLE color: 3949259.

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

Color convert

RGB 203 66 60 -
CMYK 0 0.67 0.70 0.20
HSL 2.52º 0.58% 0.52% -
HSV(B) 2.52º 0.7% 0.8% -
XYZ 27.39 16.92 6.1 -
YUV 106.28 101.89 196.99 -
System Red Green Blue C M Y K H S L
Decimal 203 66 60 0 0.67 0.70 0.20 2.52 0.58 0.52
Hex CB 42 3C 0 43 46 14 3 3A 34
Octal 313 102 74 0 103 106 24 3 72 64
Binary 11001011 1000010 111100 0 1000011 1000110 10100 11 111010 110100

Color Harmonies of #CB423C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB423C

Black with #CB423C

Text Example


Text Example

White with #CB423C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB423C; }

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

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

background-color css

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

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

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

border-color css

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

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

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