Html Css Color HEX #CF4340 Persian Red

📋 copy color: '#CF4340'

red 207 ◦ green 67 ◦ blue 64

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

Shades of Persian Red #CF4340

Tints of Persian Red #CF4340

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.82%

 BLUE value IS 64 (25.39% from 255) = 18.93%

R = 61.24%
G = 19.82%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CF4340 (or 0xCF4340) is known color: Persian Red. HEX triplet: CF, 43 and 40. RGB value is (207,67,64). Sum of RGB (Red+Green+Blue) = 207+67+64=338 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.24% from 338); Green value is 67 (26.56% from 255 or 19.82% from 338); Blue value is 64 (25.39% from 255 or 18.93% from 338); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4340 is #30BCBF. Grayscale: #6C6C6C. Windows color (decimal): -3194048 or 4211663. OLE color: 4211663.

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

Color convert

RGB 207 67 64 -
CMYK 0 0.68 0.69 0.19
HSL 1.26º 0.6% 0.53% -
HSV(B) 1.26º 0.69% 0.81% -
XYZ 28.66 17.65 6.75 -
YUV 108.52 102.88 198.24 -
System Red Green Blue C M Y K H S L
Decimal 207 67 64 0 0.68 0.69 0.19 1.26 0.6 0.53
Hex CF 43 40 0 44 45 13 1 3C 35
Octal 317 103 100 0 104 105 23 1 74 65
Binary 11001111 1000011 1000000 0 1000100 1000101 10011 1 111100 110101

Color Harmonies of #CF4340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4340

Black with #CF4340

Text Example


Text Example

White with #CF4340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4340; }

 p { color: rgb(207,67,64); }

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

background-color css

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

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

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

border-color css

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

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

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