Html Css Color HEX #CF0124 Venetian Red

📋 copy color: '#CF0124'

red 207 ◦ green 1 ◦ blue 36

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

Shades of Venetian Red #CF0124

Tints of Venetian Red #CF0124

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

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

R = 84.84%
G = 0.41%
B = 14.75%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CF0124 (or 0xCF0124) is known color: Venetian Red. HEX triplet: CF, 01 and 24. RGB value is (207,1,36). Sum of RGB (Red+Green+Blue) = 207+1+36=244 (32% of max value = 765). Red value is 207 (81.25% from 255 or 84.84% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 36 (14.45% from 255 or 14.75% from 244); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0124 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0124 is #30FEDB. Grayscale: #424242. Windows color (decimal): -3210972 or 2359759. OLE color: 2359759.

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

Color convert

RGB 207 1 36 -
CMYK 0 1.00 0.83 0.19
HSL 349.81º 0.99% 0.41% -
HSV(B) 349.81º 1% 0.81% -
XYZ 26.06 13.41 2.88 -
YUV 66.58 110.75 228.15 -
System Red Green Blue C M Y K H S L
Decimal 207 1 36 0 1.00 0.83 0.19 349.81 0.99 0.41
Hex CF 1 24 0 64 53 13 15E 63 29
Octal 317 1 44 0 144 123 23 536 143 51
Binary 11001111 1 100100 0 1100100 1010011 10011 101011110 1100011 101001

Color Harmonies of #CF0124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0124

Black with #CF0124

Text Example


Text Example

White with #CF0124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0124; }

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

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

background-color css

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

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

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

border-color css

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

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

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