Html Css Color HEX #CF3F3F Persian Red

📋 copy color: '#CF3F3F'

red 207 ◦ green 63 ◦ blue 63

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

Shades of Persian Red #CF3F3F

Tints of Persian Red #CF3F3F

RGB

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

 GREEN value IS 63 (25% from 255) = 18.92%

 BLUE value IS 63 (25% from 255) = 18.92%

R = 62.16%
G = 18.92%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CF3F3F (or 0xCF3F3F) is known color: Persian Red. HEX triplet: CF, 3F and 3F. RGB value is (207,63,63). Sum of RGB (Red+Green+Blue) = 207+63+63=333 (44% of max value = 765). Red value is 207 (81.25% from 255 or 62.16% from 333); Green value is 63 (25% from 255 or 18.92% from 333); Blue value is 63 (25% from 255 or 18.92% from 333); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3F3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3F3F is #30C0C0. Grayscale: #6A6A6A. Windows color (decimal): -3195073 or 4145103. OLE color: 4145103.

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

Color convert

RGB 207 63 63 -
CMYK 0 0.70 0.70 0.19
HSL 0.6% 0.53% -
HSV(B) 0.7% 0.81% -
XYZ 28.41 17.18 6.52 -
YUV 106.06 103.71 200 -
System Red Green Blue C M Y K H S L
Decimal 207 63 63 0 0.70 0.70 0.19 0 0.6 0.53
Hex CF 3F 3F 0 46 46 13 0 3C 35
Octal 317 77 77 0 106 106 23 0 74 65
Binary 11001111 111111 111111 0 1000110 1000110 10011 0 111100 110101

Color Harmonies of #CF3F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3F3F

Black with #CF3F3F

Text Example


Text Example

White with #CF3F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3F3F; }

 p { color: rgb(207,63,63); }

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

background-color css

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

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

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

border-color css

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

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

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