Html Css Color HEX #CF3A26 Persian Red

📋 copy color: '#CF3A26'

red 207 ◦ green 58 ◦ blue 38

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

Shades of Persian Red #CF3A26

Tints of Persian Red #CF3A26

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.14%

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

R = 68.32%
G = 19.14%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CF3A26 (or 0xCF3A26) is known color: Persian Red. HEX triplet: CF, 3A and 26. RGB value is (207,58,38). Sum of RGB (Red+Green+Blue) = 207+58+38=303 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.32% from 303); Green value is 58 (23.05% from 255 or 19.14% from 303); Blue value is 38 (15.23% from 255 or 12.54% from 303); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3A26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3A26 is #30C5D9. Grayscale: #646464. Windows color (decimal): -3196378 or 2505423. OLE color: 2505423.

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

Color convert

RGB 207 58 38 -
CMYK 0 0.72 0.82 0.19
HSL 7.1º 0.69% 0.48% -
HSV(B) 7.1º 0.82% 0.81% -
XYZ 27.6 16.43 3.55 -
YUV 100.27 92.86 204.13 -
System Red Green Blue C M Y K H S L
Decimal 207 58 38 0 0.72 0.82 0.19 7.1 0.69 0.48
Hex CF 3A 26 0 48 52 13 7 45 30
Octal 317 72 46 0 110 122 23 7 105 60
Binary 11001111 111010 100110 0 1001000 1010010 10011 111 1000101 110000

Color Harmonies of #CF3A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3A26

Black with #CF3A26

Text Example


Text Example

White with #CF3A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3A26; }

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

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

background-color css

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

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

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

border-color css

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

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

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