Html Css Color HEX #CF2F26 Persian Red

📋 copy color: '#CF2F26'

red 207 ◦ green 47 ◦ blue 38

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

Shades of Persian Red #CF2F26

Tints of Persian Red #CF2F26

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.1%

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

R = 70.89%
G = 16.1%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CF2F26 (or 0xCF2F26) is known color: Persian Red. HEX triplet: CF, 2F and 26. RGB value is (207,47,38). Sum of RGB (Red+Green+Blue) = 207+47+38=292 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.89% from 292); Green value is 47 (18.75% from 255 or 16.10% from 292); Blue value is 38 (15.23% from 255 or 13.01% from 292); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2F26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2F26 is #30D0D9. Grayscale: #5E5E5E. Windows color (decimal): -3199194 or 2502607. OLE color: 2502607.

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

Color convert

RGB 207 47 38 -
CMYK 0 0.77 0.82 0.19
HSL 3.2º 0.69% 0.48% -
HSV(B) 3.2º 0.82% 0.81% -
XYZ 27.1 15.44 3.39 -
YUV 93.81 96.51 208.73 -
System Red Green Blue C M Y K H S L
Decimal 207 47 38 0 0.77 0.82 0.19 3.2 0.69 0.48
Hex CF 2F 26 0 4D 52 13 3 45 30
Octal 317 57 46 0 115 122 23 3 105 60
Binary 11001111 101111 100110 0 1001101 1010010 10011 11 1000101 110000

Color Harmonies of #CF2F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2F26

Black with #CF2F26

Text Example


Text Example

White with #CF2F26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2F26; }

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

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

background-color css

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

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

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

border-color css

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

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

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