Html Css Color HEX #CB3A37 Persian Red

📋 copy color: '#CB3A37'

red 203 ◦ green 58 ◦ blue 55

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

Shades of Persian Red #CB3A37

Tints of Persian Red #CB3A37

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.35%

 BLUE value IS 55 (21.88% from 255) = 17.41%

R = 64.24%
G = 18.35%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CB3A37 (or 0xCB3A37) is known color: Persian Red. HEX triplet: CB, 3A and 37. RGB value is (203,58,55). Sum of RGB (Red+Green+Blue) = 203+58+55=316 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.24% from 316); Green value is 58 (23.05% from 255 or 18.35% from 316); Blue value is 55 (21.88% from 255 or 17.41% from 316); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3A37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3A37 is #34C5C8. Grayscale: #656565. Windows color (decimal): -3458505 or 3619531. OLE color: 3619531.

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

Color convert

RGB 203 58 55 -
CMYK 0 0.71 0.73 0.20
HSL 1.22º 0.59% 0.51% -
HSV(B) 1.22º 0.73% 0.8% -
XYZ 26.83 16 5.29 -
YUV 101.01 102.04 200.74 -
System Red Green Blue C M Y K H S L
Decimal 203 58 55 0 0.71 0.73 0.20 1.22 0.59 0.51
Hex CB 3A 37 0 47 49 14 1 3B 33
Octal 313 72 67 0 107 111 24 1 73 63
Binary 11001011 111010 110111 0 1000111 1001001 10100 1 111011 110011

Color Harmonies of #CB3A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3A37

Black with #CB3A37

Text Example


Text Example

White with #CB3A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3A37; }

 p { color: rgb(203,58,55); }

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

background-color css

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

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

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

border-color css

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

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

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