Html Css Color HEX #CF2523 Persian Red

📋 copy color: '#CF2523'

red 207 ◦ green 37 ◦ blue 35

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

Shades of Persian Red #CF2523

Tints of Persian Red #CF2523

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.26%

 BLUE value IS 35 (14.06% from 255) = 12.54%

R = 74.19%
G = 13.26%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CF2523 (or 0xCF2523) is known color: Persian Red. HEX triplet: CF, 25 and 23. RGB value is (207,37,35). Sum of RGB (Red+Green+Blue) = 207+37+35=279 (36% of max value = 765). Red value is 207 (81.25% from 255 or 74.19% from 279); Green value is 37 (14.84% from 255 or 13.26% from 279); Blue value is 35 (14.06% from 255 or 12.54% from 279); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2523 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2523 is #30DADC. Grayscale: #575757. Windows color (decimal): -3201757 or 2303439. OLE color: 2303439.

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

Color convert

RGB 207 37 35 -
CMYK 0 0.82 0.83 0.19
HSL 0.7º 0.71% 0.47% -
HSV(B) 0.7º 0.83% 0.81% -
XYZ 26.7 14.71 3.02 -
YUV 87.6 98.32 213.16 -
System Red Green Blue C M Y K H S L
Decimal 207 37 35 0 0.82 0.83 0.19 0.7 0.71 0.47
Hex CF 25 23 0 52 53 13 1 47 2F
Octal 317 45 43 0 122 123 23 1 107 57
Binary 11001111 100101 100011 0 1010010 1010011 10011 1 1000111 101111

Color Harmonies of #CF2523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2523

Black with #CF2523

Text Example


Text Example

White with #CF2523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2523; }

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

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

background-color css

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

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

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

border-color css

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

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

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