Html Css Color HEX #CF0623 Venetian Red

📋 copy color: '#CF0623'

red 207 ◦ green 6 ◦ blue 35

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

Shades of Venetian Red #CF0623

Tints of Venetian Red #CF0623

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.42%

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

R = 83.47%
G = 2.42%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CF0623 (or 0xCF0623) is known color: Venetian Red. HEX triplet: CF, 06 and 23. RGB value is (207,6,35). Sum of RGB (Red+Green+Blue) = 207+6+35=248 (32% of max value = 765). Red value is 207 (81.25% from 255 or 83.47% from 248); Green value is 6 (2.73% from 255 or 2.42% from 248); Blue value is 35 (14.06% from 255 or 14.11% from 248); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0623 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0623 is #30F9DC. Grayscale: #454545. Windows color (decimal): -3209693 or 2295503. OLE color: 2295503.

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

Color convert

RGB 207 6 35 -
CMYK 0 0.97 0.83 0.19
HSL 351.34º 0.94% 0.42% -
HSV(B) 351.34º 0.97% 0.81% -
XYZ 26.1 13.52 2.82 -
YUV 69.41 108.59 226.14 -
System Red Green Blue C M Y K H S L
Decimal 207 6 35 0 0.97 0.83 0.19 351.34 0.94 0.42
Hex CF 6 23 0 61 53 13 15F 5E 2A
Octal 317 6 43 0 141 123 23 537 136 52
Binary 11001111 110 100011 0 1100001 1010011 10011 101011111 1011110 101010

Color Harmonies of #CF0623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0623

Black with #CF0623

Text Example


Text Example

White with #CF0623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0623; }

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

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

background-color css

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

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

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

border-color css

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

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

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