Html Css Color HEX #CB3428 Persian Red

📋 copy color: '#CB3428'

red 203 ◦ green 52 ◦ blue 40

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

Shades of Persian Red #CB3428

Tints of Persian Red #CB3428

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.63%

 BLUE value IS 40 (16.02% from 255) = 13.56%

R = 68.81%
G = 17.63%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CB3428 (or 0xCB3428) is known color: Persian Red. HEX triplet: CB, 34 and 28. RGB value is (203,52,40). Sum of RGB (Red+Green+Blue) = 203+52+40=295 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.81% from 295); Green value is 52 (20.70% from 255 or 17.63% from 295); Blue value is 40 (16.02% from 255 or 13.56% from 295); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3428 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3428 is #34CBD7. Grayscale: #5F5F5F. Windows color (decimal): -3460056 or 2634955. OLE color: 2634955.

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

Color convert

RGB 203 52 40 -
CMYK 0 0.74 0.80 0.20
HSL 4.42º 0.67% 0.48% -
HSV(B) 4.42º 0.8% 0.8% -
XYZ 26.24 15.31 3.58 -
YUV 95.78 96.53 204.48 -
System Red Green Blue C M Y K H S L
Decimal 203 52 40 0 0.74 0.80 0.20 4.42 0.67 0.48
Hex CB 34 28 0 4A 50 14 4 43 30
Octal 313 64 50 0 112 120 24 4 103 60
Binary 11001011 110100 101000 0 1001010 1010000 10100 100 1000011 110000

Color Harmonies of #CB3428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3428

Black with #CB3428

Text Example


Text Example

White with #CB3428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3428; }

 p { color: rgb(203,52,40); }

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

background-color css

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

 a { background-color: rgb(203,52,40); }

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

border-color css

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

 span { border-color: rgb(203,52,40); }

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