Html Css Color HEX #CF3A39 Persian Red

📋 copy color: '#CF3A39'

red 207 ◦ green 58 ◦ blue 57

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

Shades of Persian Red #CF3A39

Tints of Persian Red #CF3A39

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.01%

 BLUE value IS 57 (22.66% from 255) = 17.7%

R = 64.29%
G = 18.01%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CF3A39 (or 0xCF3A39) is known color: Persian Red. HEX triplet: CF, 3A and 39. RGB value is (207,58,57). Sum of RGB (Red+Green+Blue) = 207+58+57=322 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.29% from 322); Green value is 58 (23.05% from 255 or 18.01% from 322); Blue value is 57 (22.66% from 255 or 17.70% from 322); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3A39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3A39 is #30C5C6. Grayscale: #666666. Windows color (decimal): -3196359 or 3750607. OLE color: 3750607.

HSL color Cylindrical-coordinate representation of color #CF3A39: hue angle of 0.4º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF3A39 is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 58 57 -
CMYK 0 0.72 0.72 0.19
HSL 0.4º 0.61% 0.52% -
HSV(B) 0.4º 0.72% 0.81% -
XYZ 27.98 16.59 5.6 -
YUV 102.44 102.36 202.58 -
System Red Green Blue C M Y K H S L
Decimal 207 58 57 0 0.72 0.72 0.19 0.4 0.61 0.52
Hex CF 3A 39 0 48 48 13 0 3D 34
Octal 317 72 71 0 110 110 23 0 75 64
Binary 11001111 111010 111001 0 1001000 1001000 10011 0 111101 110100

Color Harmonies of #CF3A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3A39

Black with #CF3A39

Text Example


Text Example

White with #CF3A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3A39; }

 p { color: rgb(207,58,57); }

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

background-color css

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

 a { background-color: rgb(207,58,57); }

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

border-color css

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

 span { border-color: rgb(207,58,57); }

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