Html Css Color HEX #CF3C38 Persian Red

📋 copy color: '#CF3C38'

red 207 ◦ green 60 ◦ blue 56

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

Shades of Persian Red #CF3C38

Tints of Persian Red #CF3C38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.34%

R = 64.09%
G = 18.58%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CF3C38 (or 0xCF3C38) is known color: Persian Red. HEX triplet: CF, 3C and 38. RGB value is (207,60,56). Sum of RGB (Red+Green+Blue) = 207+60+56=323 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.09% from 323); Green value is 60 (23.83% from 255 or 18.58% from 323); Blue value is 56 (22.27% from 255 or 17.34% from 323); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3C38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3C38 is #30C3C7. Grayscale: #676767. Windows color (decimal): -3195848 or 3685583. OLE color: 3685583.

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

Color convert

RGB 207 60 56 -
CMYK 0 0.71 0.73 0.19
HSL 1.59º 0.61% 0.52% -
HSV(B) 1.59º 0.73% 0.81% -
XYZ 28.06 16.78 5.5 -
YUV 103.5 101.2 201.83 -
System Red Green Blue C M Y K H S L
Decimal 207 60 56 0 0.71 0.73 0.19 1.59 0.61 0.52
Hex CF 3C 38 0 47 49 13 2 3D 34
Octal 317 74 70 0 107 111 23 2 75 64
Binary 11001111 111100 111000 0 1000111 1001001 10011 10 111101 110100

Color Harmonies of #CF3C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3C38

Black with #CF3C38

Text Example


Text Example

White with #CF3C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3C38; }

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

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

background-color css

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

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

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

border-color css

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

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

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