Html Css Color HEX #CB3828 Persian Red

📋 copy color: '#CB3828'

red 203 ◦ green 56 ◦ blue 40

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

Shades of Persian Red #CB3828

Tints of Persian Red #CB3828

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.73%

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

R = 67.89%
G = 18.73%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CB3828 (or 0xCB3828) is known color: Persian Red. HEX triplet: CB, 38 and 28. RGB value is (203,56,40). Sum of RGB (Red+Green+Blue) = 203+56+40=299 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.89% from 299); Green value is 56 (22.27% from 255 or 18.73% from 299); Blue value is 40 (16.02% from 255 or 13.38% from 299); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3828 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3828 is #34C7D7. Grayscale: #626262. Windows color (decimal): -3459032 or 2635979. OLE color: 2635979.

HSL color Cylindrical-coordinate representation of color #CB3828: hue angle of 5.89º 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 #CB3828 is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 56 40 -
CMYK 0 0.72 0.80 0.20
HSL 5.89º 0.67% 0.48% -
HSV(B) 5.89º 0.8% 0.8% -
XYZ 26.43 15.68 3.64 -
YUV 98.13 95.2 202.8 -
System Red Green Blue C M Y K H S L
Decimal 203 56 40 0 0.72 0.80 0.20 5.89 0.67 0.48
Hex CB 38 28 0 48 50 14 6 43 30
Octal 313 70 50 0 110 120 24 6 103 60
Binary 11001011 111000 101000 0 1001000 1010000 10100 110 1000011 110000

Color Harmonies of #CB3828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3828

Black with #CB3828

Text Example


Text Example

White with #CB3828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3828; }

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

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

background-color css

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

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

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

border-color css

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

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

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