Html Css Color HEX #CB3C2B Persian Red

📋 copy color: '#CB3C2B'

red 203 ◦ green 60 ◦ blue 43

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

Shades of Persian Red #CB3C2B

Tints of Persian Red #CB3C2B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.61%

 BLUE value IS 43 (17.19% from 255) = 14.05%

R = 66.34%
G = 19.61%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#CB3C2B (or 0xCB3C2B) is known color: Persian Red. HEX triplet: CB, 3C and 2B. RGB value is (203,60,43). Sum of RGB (Red+Green+Blue) = 203+60+43=306 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.34% from 306); Green value is 60 (23.83% from 255 or 19.61% from 306); Blue value is 43 (17.19% from 255 or 14.05% from 306); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3C2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3C2B is #34C3D4. Grayscale: #656565. Windows color (decimal): -3458005 or 2833611. OLE color: 2833611.

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

Color convert

RGB 203 60 43 -
CMYK 0 0.70 0.79 0.20
HSL 6.38º 0.65% 0.48% -
HSV(B) 6.38º 0.79% 0.8% -
XYZ 26.68 16.1 3.99 -
YUV 100.82 95.38 200.88 -
System Red Green Blue C M Y K H S L
Decimal 203 60 43 0 0.70 0.79 0.20 6.38 0.65 0.48
Hex CB 3C 2B 0 46 4F 14 6 41 30
Octal 313 74 53 0 106 117 24 6 101 60
Binary 11001011 111100 101011 0 1000110 1001111 10100 110 1000001 110000

Color Harmonies of #CB3C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3C2B

Black with #CB3C2B

Text Example


Text Example

White with #CB3C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3C2B; }

 p { color: rgb(203,60,43); }

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

background-color css

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

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

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

border-color css

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

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

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