Html Css Color HEX #CB3939 Persian Red

📋 copy color: '#CB3939'

red 203 ◦ green 57 ◦ blue 57

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

Shades of Persian Red #CB3939

Tints of Persian Red #CB3939

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.98%

 BLUE value IS 57 (22.66% from 255) = 17.98%

R = 64.04%
G = 17.98%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CB3939 (or 0xCB3939) is known color: Persian Red. HEX triplet: CB, 39 and 39. RGB value is (203,57,57). Sum of RGB (Red+Green+Blue) = 203+57+57=317 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.04% from 317); Green value is 57 (22.66% from 255 or 17.98% from 317); Blue value is 57 (22.66% from 255 or 17.98% from 317); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3939 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3939 is #34C6C6. Grayscale: #646464. Windows color (decimal): -3458759 or 3750347. OLE color: 3750347.

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

Color convert

RGB 203 57 57 -
CMYK 0 0.72 0.72 0.20
HSL 0.58% 0.51% -
HSV(B) 0.72% 0.8% -
XYZ 26.83 15.92 5.53 -
YUV 100.65 103.37 201 -
System Red Green Blue C M Y K H S L
Decimal 203 57 57 0 0.72 0.72 0.20 0 0.58 0.51
Hex CB 39 39 0 48 48 14 0 3A 33
Octal 313 71 71 0 110 110 24 0 72 63
Binary 11001011 111001 111001 0 1001000 1001000 10100 0 111010 110011

Color Harmonies of #CB3939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3939

Black with #CB3939

Text Example


Text Example

White with #CB3939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3939; }

 p { color: rgb(203,57,57); }

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

background-color css

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

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

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

border-color css

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

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

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