Html Css Color HEX #CB352F Persian Red

📋 copy color: '#CB352F'

red 203 ◦ green 53 ◦ blue 47

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

Shades of Persian Red #CB352F

Tints of Persian Red #CB352F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.49%

 BLUE value IS 47 (18.75% from 255) = 15.51%

R = 67%
G = 17.49%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CB352F (or 0xCB352F) is known color: Persian Red. HEX triplet: CB, 35 and 2F. RGB value is (203,53,47). Sum of RGB (Red+Green+Blue) = 203+53+47=303 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.00% from 303); Green value is 53 (21.09% from 255 or 17.49% from 303); Blue value is 47 (18.75% from 255 or 15.51% from 303); Max value from RGB is 203 - color contains mainly: red. Hex color #CB352F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB352F is #34CAD0. Grayscale: #616161. Windows color (decimal): -3459793 or 3093963. OLE color: 3093963.

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

Color convert

RGB 203 53 47 -
CMYK 0 0.74 0.77 0.20
HSL 2.31º 0.62% 0.49% -
HSV(B) 2.31º 0.77% 0.8% -
XYZ 26.41 15.45 4.28 -
YUV 97.17 99.7 203.49 -
System Red Green Blue C M Y K H S L
Decimal 203 53 47 0 0.74 0.77 0.20 2.31 0.62 0.49
Hex CB 35 2F 0 4A 4D 14 2 3E 31
Octal 313 65 57 0 112 115 24 2 76 61
Binary 11001011 110101 101111 0 1001010 1001101 10100 10 111110 110001

Color Harmonies of #CB352F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB352F

Black with #CB352F

Text Example


Text Example

White with #CB352F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB352F; }

 p { color: rgb(203,53,47); }

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

background-color css

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

 a { background-color: rgb(203,53,47); }

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

border-color css

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

 span { border-color: rgb(203,53,47); }

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