Html Css Color HEX #CF3426 Persian Red

📋 copy color: '#CF3426'

red 207 ◦ green 52 ◦ blue 38

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

Shades of Persian Red #CF3426

Tints of Persian Red #CF3426

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.51%

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

R = 69.7%
G = 17.51%
B = 12.79%

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

#CF3426 (or 0xCF3426) is known color: Persian Red. HEX triplet: CF, 34 and 26. RGB value is (207,52,38). Sum of RGB (Red+Green+Blue) = 207+52+38=297 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.70% from 297); Green value is 52 (20.70% from 255 or 17.51% from 297); Blue value is 38 (15.23% from 255 or 12.79% from 297); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3426 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3426 is #30CBD9. Grayscale: #606060. Windows color (decimal): -3197914 or 2503887. OLE color: 2503887.

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

Color convert

RGB 207 52 38 -
CMYK 0 0.75 0.82 0.19
HSL 4.97º 0.69% 0.48% -
HSV(B) 4.97º 0.82% 0.81% -
XYZ 27.31 15.86 3.46 -
YUV 96.75 94.85 206.64 -
System Red Green Blue C M Y K H S L
Decimal 207 52 38 0 0.75 0.82 0.19 4.97 0.69 0.48
Hex CF 34 26 0 4B 52 13 5 45 30
Octal 317 64 46 0 113 122 23 5 105 60
Binary 11001111 110100 100110 0 1001011 1010010 10011 101 1000101 110000

Color Harmonies of #CF3426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3426

Black with #CF3426

Text Example


Text Example

White with #CF3426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3426; }

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

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

background-color css

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

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

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

border-color css

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

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

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