Html Css Color HEX #CF4341 Persian Red

📋 copy color: '#CF4341'

red 207 ◦ green 67 ◦ blue 65

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

Shades of Persian Red #CF4341

Tints of Persian Red #CF4341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.17%

R = 61.06%
G = 19.76%
B = 19.17%

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

#CF4341 (or 0xCF4341) is known color: Persian Red. HEX triplet: CF, 43 and 41. RGB value is (207,67,65). Sum of RGB (Red+Green+Blue) = 207+67+65=339 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.06% from 339); Green value is 67 (26.56% from 255 or 19.76% from 339); Blue value is 65 (25.78% from 255 or 19.17% from 339); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4341 is #30BCBE. Grayscale: #6C6C6C. Windows color (decimal): -3194047 or 4277199. OLE color: 4277199.

HSL color Cylindrical-coordinate representation of color #CF4341: hue angle of 0.85º 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 #CF4341 is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 67 65 -
CMYK 0 0.68 0.69 0.19
HSL 0.85º 0.6% 0.53% -
HSV(B) 0.85º 0.69% 0.81% -
XYZ 28.69 17.66 6.9 -
YUV 108.63 103.38 198.16 -
System Red Green Blue C M Y K H S L
Decimal 207 67 65 0 0.68 0.69 0.19 0.85 0.6 0.53
Hex CF 43 41 0 44 45 13 1 3C 35
Octal 317 103 101 0 104 105 23 1 74 65
Binary 11001111 1000011 1000001 0 1000100 1000101 10011 1 111100 110101

Color Harmonies of #CF4341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4341

Black with #CF4341

Text Example


Text Example

White with #CF4341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4341; }

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

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

background-color css

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

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

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

border-color css

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

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

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