Html Css Color HEX #CF3C3C Persian Red

📋 copy color: '#CF3C3C'

red 207 ◦ green 60 ◦ blue 60

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

Shades of Persian Red #CF3C3C

Tints of Persian Red #CF3C3C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.35%

 BLUE value IS 60 (23.83% from 255) = 18.35%

R = 63.3%
G = 18.35%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CF3C3C (or 0xCF3C3C) is known color: Persian Red. HEX triplet: CF, 3C and 3C. RGB value is (207,60,60). Sum of RGB (Red+Green+Blue) = 207+60+60=327 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.30% from 327); Green value is 60 (23.83% from 255 or 18.35% from 327); Blue value is 60 (23.83% from 255 or 18.35% from 327); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3C3C is #30C3C3. Grayscale: #686868. Windows color (decimal): -3195844 or 3947727. OLE color: 3947727.

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

Color convert

RGB 207 60 60 -
CMYK 0 0.71 0.71 0.19
HSL 0.6% 0.52% -
HSV(B) 0.71% 0.81% -
XYZ 28.16 16.82 6.04 -
YUV 103.95 103.2 201.5 -
System Red Green Blue C M Y K H S L
Decimal 207 60 60 0 0.71 0.71 0.19 0 0.6 0.52
Hex CF 3C 3C 0 47 47 13 0 3C 34
Octal 317 74 74 0 107 107 23 0 74 64
Binary 11001111 111100 111100 0 1000111 1000111 10011 0 111100 110100

Color Harmonies of #CF3C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3C3C

Black with #CF3C3C

Text Example


Text Example

White with #CF3C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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