Html Css Color HEX #CF332E Persian Red

📋 copy color: '#CF332E'

red 207 ◦ green 51 ◦ blue 46

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

Shades of Persian Red #CF332E

Tints of Persian Red #CF332E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.78%

 BLUE value IS 46 (18.36% from 255) = 15.13%

R = 68.09%
G = 16.78%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CF332E (or 0xCF332E) is known color: Persian Red. HEX triplet: CF, 33 and 2E. RGB value is (207,51,46). Sum of RGB (Red+Green+Blue) = 207+51+46=304 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.09% from 304); Green value is 51 (20.31% from 255 or 16.78% from 304); Blue value is 46 (18.36% from 255 or 15.13% from 304); Max value from RGB is 207 - color contains mainly: red. Hex color #CF332E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF332E is #30CCD1. Grayscale: #616161. Windows color (decimal): -3198162 or 3027919. OLE color: 3027919.

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

Color convert

RGB 207 51 46 -
CMYK 0 0.75 0.78 0.19
HSL 1.86º 0.64% 0.5% -
HSV(B) 1.86º 0.78% 0.81% -
XYZ 27.41 15.83 4.2 -
YUV 97.07 99.18 206.41 -
System Red Green Blue C M Y K H S L
Decimal 207 51 46 0 0.75 0.78 0.19 1.86 0.64 0.5
Hex CF 33 2E 0 4B 4E 13 2 40 32
Octal 317 63 56 0 113 116 23 2 100 62
Binary 11001111 110011 101110 0 1001011 1001110 10011 10 1000000 110010

Color Harmonies of #CF332E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF332E

Black with #CF332E

Text Example


Text Example

White with #CF332E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF332E; }

 p { color: rgb(207,51,46); }

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

background-color css

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

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

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

border-color css

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

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

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