Html Css Color HEX #CB3C2D Persian Red

📋 copy color: '#CB3C2D'

red 203 ◦ green 60 ◦ blue 45

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

Shades of Persian Red #CB3C2D

Tints of Persian Red #CB3C2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.61%

R = 65.91%
G = 19.48%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CB3C2D (or 0xCB3C2D) is known color: Persian Red. HEX triplet: CB, 3C and 2D. RGB value is (203,60,45). Sum of RGB (Red+Green+Blue) = 203+60+45=308 (40% of max value = 765). Red value is 203 (79.69% from 255 or 65.91% from 308); Green value is 60 (23.83% from 255 or 19.48% from 308); Blue value is 45 (17.97% from 255 or 14.61% from 308); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3C2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3C2D is #34C3D2. Grayscale: #656565. Windows color (decimal): -3458003 or 2964683. OLE color: 2964683.

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

Color convert

RGB 203 60 45 -
CMYK 0 0.70 0.78 0.20
HSL 5.7º 0.64% 0.49% -
HSV(B) 5.7º 0.78% 0.8% -
XYZ 26.72 16.12 4.19 -
YUV 101.05 96.38 200.72 -
System Red Green Blue C M Y K H S L
Decimal 203 60 45 0 0.70 0.78 0.20 5.7 0.64 0.49
Hex CB 3C 2D 0 46 4E 14 6 40 31
Octal 313 74 55 0 106 116 24 6 100 61
Binary 11001011 111100 101101 0 1000110 1001110 10100 110 1000000 110001

Color Harmonies of #CB3C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3C2D

Black with #CB3C2D

Text Example


Text Example

White with #CB3C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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