Html Css Color HEX #CF0233 Crimson

📋 copy color: '#CF0233'

red 207 ◦ green 2 ◦ blue 51

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

Shades of Crimson #CF0233

Tints of Crimson #CF0233

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.77%

 BLUE value IS 51 (20.31% from 255) = 19.62%

R = 79.62%
G = 0.77%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CF0233 (or 0xCF0233) is known color: Crimson. HEX triplet: CF, 02 and 33. RGB value is (207,2,51). Sum of RGB (Red+Green+Blue) = 207+2+51=260 (34% of max value = 765). Red value is 207 (81.25% from 255 or 79.62% from 260); Green value is 2 (1.17% from 255 or 0.77% from 260); Blue value is 51 (20.31% from 255 or 19.62% from 260); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0233 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0233 is #30FDCC. Grayscale: #444444. Windows color (decimal): -3210701 or 3343055. OLE color: 3343055.

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

Color convert

RGB 207 2 51 -
CMYK 0 0.99 0.75 0.19
HSL 345.66º 0.98% 0.41% -
HSV(B) 345.66º 0.99% 0.81% -
XYZ 26.35 13.55 4.36 -
YUV 68.88 117.92 226.52 -
System Red Green Blue C M Y K H S L
Decimal 207 2 51 0 0.99 0.75 0.19 345.66 0.98 0.41
Hex CF 2 33 0 63 4B 13 15A 62 29
Octal 317 2 63 0 143 113 23 532 142 51
Binary 11001111 10 110011 0 1100011 1001011 10011 101011010 1100010 101001

Color Harmonies of #CF0233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0233

Black with #CF0233

Text Example


Text Example

White with #CF0233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0233; }

 p { color: rgb(207,2,51); }

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

background-color css

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

 a { background-color: rgb(207,2,51); }

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

border-color css

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

 span { border-color: rgb(207,2,51); }

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