Html Css Color HEX #CF0024 Venetian Red

📋 copy color: '#CF0024'

red 207 ◦ green 0 ◦ blue 36

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

Shades of Venetian Red #CF0024

Tints of Venetian Red #CF0024

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 36 (14.45% from 255) = 14.81%

R = 85.19%
G = 0%
B = 14.81%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CF0024 (or 0xCF0024) is known color: Venetian Red. HEX triplet: CF, 00 and 24. RGB value is (207,0,36). Sum of RGB (Red+Green+Blue) = 207+0+36=243 (32% of max value = 765). Red value is 207 (81.25% from 255 or 85.19% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 36 (14.45% from 255 or 14.81% from 243); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0024 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0024 is #30FFDB. Grayscale: #424242. Windows color (decimal): -3211228 or 2359503. OLE color: 2359503.

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

Color convert

RGB 207 0 36 -
CMYK 0 1 0.83 0.19
HSL 349.57º 1% 0.41% -
HSV(B) 349.57º 1% 0.81% -
XYZ 26.05 13.39 2.88 -
YUV 66 111.08 228.57 -
System Red Green Blue C M Y K H S L
Decimal 207 0 36 0 1 0.83 0.19 349.57 1 0.41
Hex CF 0 24 0 64 53 13 15E 64 29
Octal 317 0 44 0 144 123 23 536 144 51
Binary 11001111 0 100100 0 1100100 1010011 10011 101011110 1100100 101001

Color Harmonies of #CF0024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0024

Black with #CF0024

Text Example


Text Example

White with #CF0024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0024; }

 p { color: rgb(207,0,36); }

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

background-color css

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

 a { background-color: rgb(207,0,36); }

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

border-color css

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

 span { border-color: rgb(207,0,36); }

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