Html Css Color HEX #CF1933 Cardinal

📋 copy color: '#CF1933'

red 207 ◦ green 25 ◦ blue 51

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

Shades of Cardinal #CF1933

Tints of Cardinal #CF1933

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.83%

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

R = 73.14%
G = 8.83%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CF1933 (or 0xCF1933) is known color: Cardinal. HEX triplet: CF, 19 and 33. RGB value is (207,25,51). Sum of RGB (Red+Green+Blue) = 207+25+51=283 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.14% from 283); Green value is 25 (10.16% from 255 or 8.83% from 283); Blue value is 51 (20.31% from 255 or 18.02% from 283); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1933 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1933 is #30E6CC. Grayscale: #525252. Windows color (decimal): -3204813 or 3348943. OLE color: 3348943.

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

Color convert

RGB 207 25 51 -
CMYK 0 0.88 0.75 0.19
HSL 351.43º 0.78% 0.45% -
HSV(B) 351.43º 0.88% 0.81% -
XYZ 26.68 14.2 4.47 -
YUV 82.38 110.3 216.89 -
System Red Green Blue C M Y K H S L
Decimal 207 25 51 0 0.88 0.75 0.19 351.43 0.78 0.45
Hex CF 19 33 0 58 4B 13 15F 4E 2D
Octal 317 31 63 0 130 113 23 537 116 55
Binary 11001111 11001 110011 0 1011000 1001011 10011 101011111 1001110 101101

Color Harmonies of #CF1933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1933

Black with #CF1933

Text Example


Text Example

White with #CF1933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1933; }

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

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

background-color css

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

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

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

border-color css

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

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

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