Html Css Color HEX #CF3825 Persian Red

📋 copy color: '#CF3825'

red 207 ◦ green 56 ◦ blue 37

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

Shades of Persian Red #CF3825

Tints of Persian Red #CF3825

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.67%

 BLUE value IS 37 (14.84% from 255) = 12.33%

R = 69%
G = 18.67%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CF3825 (or 0xCF3825) is known color: Persian Red. HEX triplet: CF, 38 and 25. RGB value is (207,56,37). Sum of RGB (Red+Green+Blue) = 207+56+37=300 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69% from 300); Green value is 56 (22.27% from 255 or 18.67% from 300); Blue value is 37 (14.84% from 255 or 12.33% from 300); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3825 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3825 is #30C7DA. Grayscale: #636363. Windows color (decimal): -3196891 or 2439375. OLE color: 2439375.

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

Color convert

RGB 207 56 37 -
CMYK 0 0.73 0.82 0.19
HSL 6.71º 0.7% 0.48% -
HSV(B) 6.71º 0.82% 0.81% -
XYZ 27.48 16.23 3.43 -
YUV 98.98 93.03 205.04 -
System Red Green Blue C M Y K H S L
Decimal 207 56 37 0 0.73 0.82 0.19 6.71 0.7 0.48
Hex CF 38 25 0 49 52 13 7 46 30
Octal 317 70 45 0 111 122 23 7 106 60
Binary 11001111 111000 100101 0 1001001 1010010 10011 111 1000110 110000

Color Harmonies of #CF3825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3825

Black with #CF3825

Text Example


Text Example

White with #CF3825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3825; }

 p { color: rgb(207,56,37); }

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

background-color css

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

 a { background-color: rgb(207,56,37); }

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

border-color css

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

 span { border-color: rgb(207,56,37); }

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