Html Css Color HEX #CF352D Persian Red

📋 copy color: '#CF352D'

red 207 ◦ green 53 ◦ blue 45

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

Shades of Persian Red #CF352D

Tints of Persian Red #CF352D

RGB

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

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

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

R = 67.87%
G = 17.38%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CF352D (or 0xCF352D) is known color: Persian Red. HEX triplet: CF, 35 and 2D. RGB value is (207,53,45). Sum of RGB (Red+Green+Blue) = 207+53+45=305 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.87% from 305); Green value is 53 (21.09% from 255 or 17.38% from 305); Blue value is 45 (17.97% from 255 or 14.75% from 305); Max value from RGB is 207 - color contains mainly: red. Hex color #CF352D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF352D is #30CAD2. Grayscale: #626262. Windows color (decimal): -3197651 or 2962895. OLE color: 2962895.

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

Color convert

RGB 207 53 45 -
CMYK 0 0.74 0.78 0.19
HSL 2.96º 0.64% 0.49% -
HSV(B) 2.96º 0.78% 0.81% -
XYZ 27.48 16 4.12 -
YUV 98.13 98.02 205.65 -
System Red Green Blue C M Y K H S L
Decimal 207 53 45 0 0.74 0.78 0.19 2.96 0.64 0.49
Hex CF 35 2D 0 4A 4E 13 3 40 31
Octal 317 65 55 0 112 116 23 3 100 61
Binary 11001111 110101 101101 0 1001010 1001110 10011 11 1000000 110001

Color Harmonies of #CF352D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF352D

Black with #CF352D

Text Example


Text Example

White with #CF352D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF352D; }

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

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

background-color css

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

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

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

border-color css

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

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

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