Html Css Color HEX #CF322E Persian Red

📋 copy color: '#CF322E'

red 207 ◦ green 50 ◦ blue 46

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

Shades of Persian Red #CF322E

Tints of Persian Red #CF322E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.5%

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

R = 68.32%
G = 16.5%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CF322E (or 0xCF322E) is known color: Persian Red. HEX triplet: CF, 32 and 2E. RGB value is (207,50,46). Sum of RGB (Red+Green+Blue) = 207+50+46=303 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.32% from 303); Green value is 50 (19.92% from 255 or 16.50% from 303); Blue value is 46 (18.36% from 255 or 15.18% from 303); Max value from RGB is 207 - color contains mainly: red. Hex color #CF322E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF322E is #30CDD1. Grayscale: #606060. Windows color (decimal): -3198418 or 3027663. OLE color: 3027663.

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

Color convert

RGB 207 50 46 -
CMYK 0 0.76 0.78 0.19
HSL 1.49º 0.64% 0.5% -
HSV(B) 1.49º 0.78% 0.81% -
XYZ 27.37 15.74 4.18 -
YUV 96.49 99.51 206.83 -
System Red Green Blue C M Y K H S L
Decimal 207 50 46 0 0.76 0.78 0.19 1.49 0.64 0.5
Hex CF 32 2E 0 4C 4E 13 1 40 32
Octal 317 62 56 0 114 116 23 1 100 62
Binary 11001111 110010 101110 0 1001100 1001110 10011 1 1000000 110010

Color Harmonies of #CF322E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF322E

Black with #CF322E

Text Example


Text Example

White with #CF322E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF322E; }

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

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

background-color css

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

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

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

border-color css

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

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

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