Html Css Color HEX #CF352F Persian Red

📋 copy color: '#CF352F'

red 207 ◦ green 53 ◦ blue 47

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

Shades of Persian Red #CF352F

Tints of Persian Red #CF352F

RGB

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

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

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

R = 67.43%
G = 17.26%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CF352F (or 0xCF352F) is known color: Persian Red. HEX triplet: CF, 35 and 2F. RGB value is (207,53,47). Sum of RGB (Red+Green+Blue) = 207+53+47=307 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.43% from 307); Green value is 53 (21.09% from 255 or 17.26% from 307); Blue value is 47 (18.75% from 255 or 15.31% from 307); Max value from RGB is 207 - color contains mainly: red. Hex color #CF352F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF352F is #30CAD0. Grayscale: #626262. Windows color (decimal): -3197649 or 3093967. OLE color: 3093967.

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

Color convert

RGB 207 53 47 -
CMYK 0 0.74 0.77 0.19
HSL 2.25º 0.63% 0.5% -
HSV(B) 2.25º 0.77% 0.81% -
XYZ 27.52 16.02 4.33 -
YUV 98.36 99.02 205.49 -
System Red Green Blue C M Y K H S L
Decimal 207 53 47 0 0.74 0.77 0.19 2.25 0.63 0.5
Hex CF 35 2F 0 4A 4D 13 2 3F 32
Octal 317 65 57 0 112 115 23 2 77 62
Binary 11001111 110101 101111 0 1001010 1001101 10011 10 111111 110010

Color Harmonies of #CF352F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF352F

Black with #CF352F

Text Example


Text Example

White with #CF352F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF352F; }

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

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

background-color css

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

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

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

border-color css

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

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

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