Html Css Color HEX #CB352A Persian Red

📋 copy color: '#CB352A'

red 203 ◦ green 53 ◦ blue 42

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

Shades of Persian Red #CB352A

Tints of Persian Red #CB352A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.09%

R = 68.12%
G = 17.79%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#CB352A (or 0xCB352A) is known color: Persian Red. HEX triplet: CB, 35 and 2A. RGB value is (203,53,42). Sum of RGB (Red+Green+Blue) = 203+53+42=298 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.12% from 298); Green value is 53 (21.09% from 255 or 17.79% from 298); Blue value is 42 (16.80% from 255 or 14.09% from 298); Max value from RGB is 203 - color contains mainly: red. Hex color #CB352A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB352A is #34CAD5. Grayscale: #606060. Windows color (decimal): -3459798 or 2766283. OLE color: 2766283.

HSL color Cylindrical-coordinate representation of color #CB352A: hue angle of 4.1º degrees, saturation: 0.66, 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 #CB352A is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 53 42 -
CMYK 0 0.74 0.79 0.20
HSL 4.1º 0.66% 0.48% -
HSV(B) 4.1º 0.79% 0.8% -
XYZ 26.32 15.41 3.78 -
YUV 96.6 97.2 203.89 -
System Red Green Blue C M Y K H S L
Decimal 203 53 42 0 0.74 0.79 0.20 4.1 0.66 0.48
Hex CB 35 2A 0 4A 4F 14 4 42 30
Octal 313 65 52 0 112 117 24 4 102 60
Binary 11001011 110101 101010 0 1001010 1001111 10100 100 1000010 110000

Color Harmonies of #CB352A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB352A

Black with #CB352A

Text Example


Text Example

White with #CB352A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB352A; }

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

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

background-color css

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

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

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

border-color css

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

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

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