Html Css Color HEX #CB332D Persian Red

📋 copy color: '#CB332D'

red 203 ◦ green 51 ◦ blue 45

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

Shades of Persian Red #CB332D

Tints of Persian Red #CB332D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.06%

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

R = 67.89%
G = 17.06%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CB332D (or 0xCB332D) is known color: Persian Red. HEX triplet: CB, 33 and 2D. RGB value is (203,51,45). Sum of RGB (Red+Green+Blue) = 203+51+45=299 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.89% from 299); Green value is 51 (20.31% from 255 or 17.06% from 299); Blue value is 45 (17.97% from 255 or 15.05% from 299); Max value from RGB is 203 - color contains mainly: red. Hex color #CB332D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB332D is #34CCD2. Grayscale: #5F5F5F. Windows color (decimal): -3460307 or 2962379. OLE color: 2962379.

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

Color convert

RGB 203 51 45 -
CMYK 0 0.75 0.78 0.20
HSL 2.28º 0.64% 0.49% -
HSV(B) 2.28º 0.78% 0.8% -
XYZ 26.29 15.25 4.04 -
YUV 95.76 99.36 204.49 -
System Red Green Blue C M Y K H S L
Decimal 203 51 45 0 0.75 0.78 0.20 2.28 0.64 0.49
Hex CB 33 2D 0 4B 4E 14 2 40 31
Octal 313 63 55 0 113 116 24 2 100 61
Binary 11001011 110011 101101 0 1001011 1001110 10100 10 1000000 110001

Color Harmonies of #CB332D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB332D

Black with #CB332D

Text Example


Text Example

White with #CB332D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB332D; }

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

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

background-color css

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

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

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

border-color css

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

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

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