Html Css Color HEX #CF3326 Persian Red

📋 copy color: '#CF3326'

red 207 ◦ green 51 ◦ blue 38

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

Shades of Persian Red #CF3326

Tints of Persian Red #CF3326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.84%

R = 69.93%
G = 17.23%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CF3326 (or 0xCF3326) is known color: Persian Red. HEX triplet: CF, 33 and 26. RGB value is (207,51,38). Sum of RGB (Red+Green+Blue) = 207+51+38=296 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.93% from 296); Green value is 51 (20.31% from 255 or 17.23% from 296); Blue value is 38 (15.23% from 255 or 12.84% from 296); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3326 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3326 is #30CCD9. Grayscale: #606060. Windows color (decimal): -3198170 or 2503631. OLE color: 2503631.

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

Color convert

RGB 207 51 38 -
CMYK 0 0.75 0.82 0.19
HSL 4.62º 0.69% 0.48% -
HSV(B) 4.62º 0.82% 0.81% -
XYZ 27.27 15.77 3.44 -
YUV 96.16 95.18 207.06 -
System Red Green Blue C M Y K H S L
Decimal 207 51 38 0 0.75 0.82 0.19 4.62 0.69 0.48
Hex CF 33 26 0 4B 52 13 5 45 30
Octal 317 63 46 0 113 122 23 5 105 60
Binary 11001111 110011 100110 0 1001011 1010010 10011 101 1000101 110000

Color Harmonies of #CF3326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3326

Black with #CF3326

Text Example


Text Example

White with #CF3326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3326; }

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

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

background-color css

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

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

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

border-color css

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

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

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