Html Css Color HEX #CF3634 Persian Red

📋 copy color: '#CF3634'

red 207 ◦ green 54 ◦ blue 52

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

Shades of Persian Red #CF3634

Tints of Persian Red #CF3634

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.25%

 BLUE value IS 52 (20.7% from 255) = 16.61%

R = 66.13%
G = 17.25%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CF3634 (or 0xCF3634) is known color: Persian Red. HEX triplet: CF, 36 and 34. RGB value is (207,54,52). Sum of RGB (Red+Green+Blue) = 207+54+52=313 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.13% from 313); Green value is 54 (21.48% from 255 or 17.25% from 313); Blue value is 52 (20.70% from 255 or 16.61% from 313); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3634 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3634 is #30C9CB. Grayscale: #636363. Windows color (decimal): -3197388 or 3421903. OLE color: 3421903.

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

Color convert

RGB 207 54 52 -
CMYK 0 0.74 0.75 0.19
HSL 0.77º 0.62% 0.51% -
HSV(B) 0.77º 0.75% 0.81% -
XYZ 27.67 16.15 4.91 -
YUV 99.52 101.19 204.66 -
System Red Green Blue C M Y K H S L
Decimal 207 54 52 0 0.74 0.75 0.19 0.77 0.62 0.51
Hex CF 36 34 0 4A 4B 13 1 3E 33
Octal 317 66 64 0 112 113 23 1 76 63
Binary 11001111 110110 110100 0 1001010 1001011 10011 1 111110 110011

Color Harmonies of #CF3634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3634

Black with #CF3634

Text Example


Text Example

White with #CF3634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3634; }

 p { color: rgb(207,54,52); }

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

background-color css

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

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

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

border-color css

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

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

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