Html Css Color HEX #CB3A27 Persian Red

📋 copy color: '#CB3A27'

red 203 ◦ green 58 ◦ blue 39

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

Shades of Persian Red #CB3A27

Tints of Persian Red #CB3A27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13%

R = 67.67%
G = 19.33%
B = 13%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CB3A27 (or 0xCB3A27) is known color: Persian Red. HEX triplet: CB, 3A and 27. RGB value is (203,58,39). Sum of RGB (Red+Green+Blue) = 203+58+39=300 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.67% from 300); Green value is 58 (23.05% from 255 or 19.33% from 300); Blue value is 39 (15.62% from 255 or 13% from 300); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3A27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3A27 is #34C5D8. Grayscale: #636363. Windows color (decimal): -3458521 or 2570955. OLE color: 2570955.

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

Color convert

RGB 203 58 39 -
CMYK 0 0.71 0.81 0.20
HSL 6.95º 0.68% 0.47% -
HSV(B) 6.95º 0.81% 0.8% -
XYZ 26.51 15.87 3.59 -
YUV 99.19 94.04 202.04 -
System Red Green Blue C M Y K H S L
Decimal 203 58 39 0 0.71 0.81 0.20 6.95 0.68 0.47
Hex CB 3A 27 0 47 51 14 7 44 2F
Octal 313 72 47 0 107 121 24 7 104 57
Binary 11001011 111010 100111 0 1000111 1010001 10100 111 1000100 101111

Color Harmonies of #CB3A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3A27

Black with #CB3A27

Text Example


Text Example

White with #CB3A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3A27; }

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

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

background-color css

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

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

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

border-color css

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

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

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