Html Css Color HEX #CB3627 Persian Red

📋 copy color: '#CB3627'

red 203 ◦ green 54 ◦ blue 39

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

Shades of Persian Red #CB3627

Tints of Persian Red #CB3627

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.24%

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

R = 68.58%
G = 18.24%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CB3627 (or 0xCB3627) is known color: Persian Red. HEX triplet: CB, 36 and 27. RGB value is (203,54,39). Sum of RGB (Red+Green+Blue) = 203+54+39=296 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.58% from 296); Green value is 54 (21.48% from 255 or 18.24% from 296); Blue value is 39 (15.62% from 255 or 13.18% from 296); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3627 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3627 is #34C9D8. Grayscale: #616161. Windows color (decimal): -3459545 or 2569931. OLE color: 2569931.

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

Color convert

RGB 203 54 39 -
CMYK 0 0.73 0.81 0.20
HSL 5.49º 0.68% 0.47% -
HSV(B) 5.49º 0.81% 0.8% -
XYZ 26.31 15.48 3.52 -
YUV 96.84 95.36 203.72 -
System Red Green Blue C M Y K H S L
Decimal 203 54 39 0 0.73 0.81 0.20 5.49 0.68 0.47
Hex CB 36 27 0 49 51 14 5 44 2F
Octal 313 66 47 0 111 121 24 5 104 57
Binary 11001011 110110 100111 0 1001001 1010001 10100 101 1000100 101111

Color Harmonies of #CB3627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3627

Black with #CB3627

Text Example


Text Example

White with #CB3627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3627; }

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

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

background-color css

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

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

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

border-color css

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

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

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