Html Css Color HEX #CF352C Persian Red

📋 copy color: '#CF352C'

red 207 ◦ green 53 ◦ blue 44

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

Shades of Persian Red #CF352C

Tints of Persian Red #CF352C

RGB

 RED value IS 207 (81.25% from 255) = 68.09%

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

 BLUE value IS 44 (17.58% from 255) = 14.47%

R = 68.09%
G = 17.43%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CF352C (or 0xCF352C) is known color: Persian Red. HEX triplet: CF, 35 and 2C. RGB value is (207,53,44). Sum of RGB (Red+Green+Blue) = 207+53+44=304 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.09% from 304); Green value is 53 (21.09% from 255 or 17.43% from 304); Blue value is 44 (17.58% from 255 or 14.47% from 304); Max value from RGB is 207 - color contains mainly: red. Hex color #CF352C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF352C is #30CAD3. Grayscale: #626262. Windows color (decimal): -3197652 or 2897359. OLE color: 2897359.

HSL color Cylindrical-coordinate representation of color #CF352C: hue angle of 3.31º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF352C is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 53 44 -
CMYK 0 0.74 0.79 0.19
HSL 3.31º 0.65% 0.49% -
HSV(B) 3.31º 0.79% 0.81% -
XYZ 27.46 15.99 4.02 -
YUV 98.02 97.52 205.73 -
System Red Green Blue C M Y K H S L
Decimal 207 53 44 0 0.74 0.79 0.19 3.31 0.65 0.49
Hex CF 35 2C 0 4A 4F 13 3 41 31
Octal 317 65 54 0 112 117 23 3 101 61
Binary 11001111 110101 101100 0 1001010 1001111 10011 11 1000001 110001

Color Harmonies of #CF352C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF352C

Black with #CF352C

Text Example


Text Example

White with #CF352C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF352C; }

 p { color: rgb(207,53,44); }

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

background-color css

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

 a { background-color: rgb(207,53,44); }

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

border-color css

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

 span { border-color: rgb(207,53,44); }

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