Html Css Color HEX #CF322D Persian Red

📋 copy color: '#CF322D'

red 207 ◦ green 50 ◦ blue 45

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

Shades of Persian Red #CF322D

Tints of Persian Red #CF322D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.9%

R = 68.54%
G = 16.56%
B = 14.9%

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

#CF322D (or 0xCF322D) is known color: Persian Red. HEX triplet: CF, 32 and 2D. RGB value is (207,50,45). Sum of RGB (Red+Green+Blue) = 207+50+45=302 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.54% from 302); Green value is 50 (19.92% from 255 or 16.56% from 302); Blue value is 45 (17.97% from 255 or 14.90% from 302); Max value from RGB is 207 - color contains mainly: red. Hex color #CF322D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF322D is #30CDD2. Grayscale: #606060. Windows color (decimal): -3198419 or 2962127. OLE color: 2962127.

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

Color convert

RGB 207 50 45 -
CMYK 0 0.76 0.78 0.19
HSL 1.85º 0.64% 0.49% -
HSV(B) 1.85º 0.78% 0.81% -
XYZ 27.35 15.74 4.08 -
YUV 96.37 99.01 206.91 -
System Red Green Blue C M Y K H S L
Decimal 207 50 45 0 0.76 0.78 0.19 1.85 0.64 0.49
Hex CF 32 2D 0 4C 4E 13 2 40 31
Octal 317 62 55 0 114 116 23 2 100 61
Binary 11001111 110010 101101 0 1001100 1001110 10011 10 1000000 110001

Color Harmonies of #CF322D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF322D

Black with #CF322D

Text Example


Text Example

White with #CF322D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF322D; }

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

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

background-color css

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

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

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

border-color css

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

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

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